/* 底部 */
.footer {
    font-size: 12px;
    text-align: center;
    background: #0D0E18;
    color: #a3a3a3;
}

.footer p {
    margin-bottom: 0;
}


.footer .footer-bd {
    text-align: left;
    max-width: 950px;
    margin: 0 auto;
}

.footer-bd .bd {
    text-align: center;
}

.footer-bd .bd span {
    padding-left: 46px;
    margin-right: 20px;
    line-height: 40px;
    display: inline-block;
    opacity: 0.7;
    font-size: 14px;
}

.footer .f-l {
    float: left;
    color: #a3a3a3;

}

.footer-bd .bd span.i-address {
    background: url(/images/public/footer_address.png) no-repeat;
}

.footer-bd .bd span.phone {
    background: url(/images/public/footer_tel.png) no-repeat;
}

.footer-bd .i-con img {
    width: 420px;
    margin-top:10px;
    opacity: 0.6;
}

.footer-bd .address-content {
    line-height: 1.7;
    text-align: center;
    color: #666;
    font-size: 14px;
}

.footer .subheading {
    margin-bottom: 30px;
}

.footer .subheading-subtitle:not(:first-child) {
    margin-left: 100px;
}

.footer .subheading-subtitle a, .subheading-subtitle a:hover {
    text-decoration: none;
    cursor: pointer;
}

.footer .subheading-subtitle .title {
    font-weight: 600;
    text-align: left;
    font-size: 14px;
    margin-bottom: 7px;
}

.footer .subheading-subtitle .content {
    text-align: left;
    line-height: 1.8;
}
.footer .subheading-subtitle .content:hover{
    color: #fff;
}

.footer .subheading-subtitle .content span {
    margin-right: 5px;
}
  /*移动端底部导航 */
  .header_navigation {
    /* background: #fff; */
    height: 2rem;
}
.header_navigation a {
    color: #333;
}
.header_navigation, .header_navigation .dropdown-menu {
    font-size: 0.5rem;
}
.header_navigation .nav>li {
    width: 20%;
    font-size: 0.5rem;
}
.header_navigation .nav>li>a {
    padding: 0.2rem 0 0;
}
.header_navigation .nav>li>a>img {
    display: block;
    margin: 0 auto;
    height: 0.75rem;
    margin-bottom: 0.1rem;
}
.header_navigation .justified {
    border-top:1px solid #eee;
    text-align: center;
    background: #fff;
    display: box;
    /* OLD - Android 4.4- */
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -moz-box-pack: space-between;
    -moz-box-align: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    z-index: 997;
    padding-bottom: 0.25rem;
}
.header_navigation .dropdown-menu {
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: -1px!important;
}
.header_navigation .dropdown-menu a {
    padding: 5px 10px 3px;
    font-size: 0.5rem;
    text-align: center;
}
@media (min-width: 768px) {
    .footer .footer-bd {
        padding: 50px 0;
    }
    .footer-bd .address-content {
        margin-top: 20px;
    }
}

@media (max-width: 767px) {
    .footer {
        padding: 18px 10px 15px;
        font-size:13px;
    }
    .footer-bd .address-content{
        text-align: center;
    }
    .footer-bd .address-content a{
        display: block;
    }
}